DBResultsToText
DBResultsToText Convert data to text
#include <DatabaseAccess.h> Data Access Manager
OSErr DBResultsToText( results, theText);
ResultsRecord * results ; specifies the results record
Handle *theText; is a handle to the converted text
returns Error Code; 0=no error
The DBResultsToText function calls result handlers to convert to text the
data retrieved by the DBGetQueryResults function. Result handlers are
described under Converting Query Results to Text in the section entitled
Processing Query Results .
results is the results record returned by the DBGetQueryResults
function.
theText contains a handle to the converted text. This handle is allocated by
the Data Access Manager.
Returns: an operating system Error Code.
noErr (0) No error
rcDBPackNotInited (-813) The InitDBPack function has not yet been called